Skip to content

fix: use lockfile-aware install commands#1179

Merged
crazy-max merged 2 commits into
mainfrom
sec-cli/npm-ci-20260611-202309
Jun 12, 2026
Merged

fix: use lockfile-aware install commands#1179
crazy-max merged 2 commits into
mainfrom
sec-cli/npm-ci-20260611-202309

Conversation

@securityeng-bot

Copy link
Copy Markdown
Contributor

This PR was generated by sec-cli github repositories npm-ci update.

What changed

Bare install commands were replaced with lockfile-aware equivalents:

Before After
yarn install yarn install --immutable

Why

Using lockfile-aware install commands (npm ci, --frozen-lockfile,
--immutable) ensures that CI builds use exactly the dependency versions
pinned in the lockfile, making builds reproducible and preventing
unintended dependency upgrades during install.

@crazy-max crazy-max changed the title fix: replace npm install with npm ci (20260611-202309) fix: use lockfile-aware install commands Jun 12, 2026
@crazy-max crazy-max marked this pull request as ready for review June 12, 2026 07:49
@crazy-max crazy-max merged commit eadbc29 into main Jun 12, 2026
117 checks passed
@crazy-max crazy-max deleted the sec-cli/npm-ci-20260611-202309 branch June 12, 2026 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant